projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49c5603
)
(describe-property-list): Handle non-symbol prop names.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 9 Sep 2005 01:10:41 +0000
(
01:10
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 9 Sep 2005 01:10:41 +0000
(
01:10
+0000)
lisp/descr-text.el
patch
|
blob
|
history
diff --git
a/lisp/descr-text.el
b/lisp/descr-text.el
index e25d740b89bf5480ca9cc3436cfd19f33ebed00a..5f410da17a7c849bde3e65379472ee0ce7192893 100644
(file)
--- a/
lisp/descr-text.el
+++ b/
lisp/descr-text.el
@@
-108,7
+108,8
@@
into widget buttons that call `describe-text-category' or
(while properties
(push (list (pop properties) (pop properties)) ret))
ret)
- (lambda (a b) (string< (nth 0 a) (nth 0 b)))))
+ (lambda (a b) (string< (prin1-to-string (nth 0 a) t)
+ (prin1-to-string (nth 0 b) t)))))
(let ((key (nth 0 elt))
(value (nth 1 elt)))
(widget-insert (propertize (format " %-20s " key)